module Base
{

	item tshirt_dclass
	{
		DisplayName = D-Class T-shirt,
		DisplayCategory = Clothing,
		Tooltip = Tooltip_tshirt_dclass,
		Type = Clothing,
		Icon = dclasstshirt,
		BloodLocation = Shirt,
		BodyLocation = Tshirt,
		ClothingItem = tshirt_dclass,
		ColorBlue = 76,
		ColorGreen = 102,
		ColorRed = 80,
		FabricType = Cotton,
		Insulation = 0.4,
		WindResistance = 0.35,
		WorldStaticModel = TShirt_Ground,
		Tags = RipClothingCotton,
	}
	
	item tshirt_staff
	{
		DisplayName = SCP T-shirt,
		DisplayCategory = Clothing,
		Tooltip = Tooltip_tshirt_staff,
		Type = Clothing,
		Icon = scpstaffshirt,
		BloodLocation = Shirt,
		BodyLocation = Tshirt,
		ClothingItem = tshirt_staff,
		ColorBlue = 76,
		ColorGreen = 102,
		ColorRed = 80,
		FabricType = Cotton,
		Insulation = 0.4,
		WindResistance = 0.35,
		WorldStaticModel = TShirt_Ground,
		Tags = RipClothingCotton,
	}	

}
